bNOT
[Function] - Binary NOT of one value
Syntax:
bNOT a
Parameters:
a: One Flag
Description:
Performs the Logical Negation and returns TRUE if the arguments is False and vice versa.
Examples:
PRINT bNOT 1
The first of above function, when called, returns 0.
a | Result |
---|---|
False | True |
True | False |
Notes:
See also:
Supported Plattforms:
ZX Spectrum